CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl bresenham

搜索资源列表

  1. 6.0MFC_OPENGL_PFbresenham

    0下载:
  2. 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the principle bresenham algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:62081
    • 提供者:cseason
  1. drawLine

    0下载:
  2. 计算机图形学OPENGL直线生成算法的实现程序: 1.采用键盘输入的方式输入直线段的两端点 2.实现BRESENHAM直线生成算法
  3. 所属分类:OpenGL

    • 发布日期:2014-01-17
    • 文件大小:584
    • 提供者:huang
  1. CGApplication

    0下载:
  2. 这是一份采用VC++和OPENGL开发的关于粒子系统的源代码,其功能包括:Bresenham Ellipse, Windmill, 3D clip, Rotate coordinate, Leaves field and stream effect
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:108460
    • 提供者:xitingting
  1. Round.c

    0下载:
  2. 01.//cnsGLArc.cpp : Defines the entry point for the console application. 02. 03. 04. 05.//Filename:cnsGLArc.cpp 06. 07.//Function:Draw arc by Bresenham 08. 09.//Author:9Cat 10. 11.//OS:WindowsXP Sp2 12. 13.//D
  3. 所属分类:源码下载

    • 发布日期:2010-12-06
    • 文件大小:2699
    • 提供者:dragonye_2007
  1. CG_2

    0下载:
  2. openGL利用bresenham算法画圆,需要在vc6.0环境下运行-openGL draw a circle using bresenham algorithm needs to run under in vc6.0
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:242255
    • 提供者:洋蒸鱼
  1. 20091227line

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:208575
    • 提供者:aliang
  1. OpenGLDDABresenham

    0下载:
  2. 基于OpenGL,在VC环境下实现直线的DDA算法和直线的Bresenham算法-Based on OpenGL, VC environment straight DDA algorithm and linear Bresenham algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-09
    • 文件大小:25638
    • 提供者:郑斌
  1. tuxing

    2下载:
  2. 图形学实验,用opengl画圆,实现中点Bresenham算法画直线,实现改进Bresenham算法画直线码,实现具有宽度的图形(线刷子或方刷子)-Graphics experiment, using opengl draw a circle to achieve the midpoint of Bresenham algorithm for drawing a straight line, to achieve improved Bresenham algorithm for drawing
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2742
    • 提供者:吴心
  1. Graphic

    0下载:
  2. 实验内容 :(1)理解glut程序框架(2)理解窗口到视区的变换(3)理解OpenGL实现动画的原理(4)添加代码实现中点Bresenham算法画直线(5)添加代码实现改进Bresenham算法画直线(6)添加代码实现圆的绘制(可以适当对框架坐标系进行修改) -Experimental content : (1) understand the glut application framework (2) understand the window to viewport trans
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:252064
    • 提供者:
  1. KerenCG

    1下载:
  2. Bresenham方法绘制圆,方法效率高,实现较简单,是很不错的方法,希望能给刚学opengl的人一些帮助-Bresenham Circle Drawing Ways, Ways efficient, relatively simple implementation, is a very good way to learn opengl just hope that they will be of some help people
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:834323
    • 提供者:刘斌
  1. homework2(lineBre)

    0下载:
  2. Bresenham Algorithm use opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:749
    • 提供者:Tengi
  1. bresenew

    0下载:
  2. bresenham line algorithm opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:1329
    • 提供者:Nessen
  1. circle

    0下载:
  2. 用opengl实现Bresenham算法画圆-Use opengl Bresenham algorithm for drawing a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:Shelly_J
  1. openGl-draw-a-straight-line

    0下载:
  2. openGl实现的DDA,中点和Bresenham算法画直线-openGl , DDA, the midpoint Bresenham algorithm and draw a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:243257
    • 提供者:季宁
  1. Bresenham

    0下载:
  2. OPENGL下使用bresenham算法实现的一个画线程序,画出的为直线线段,颜色随机。-Bresenham algorithm using a line drawing program, draw a straight line segment, random color under OPENGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:664455
    • 提供者:杨金帝
  1. Bresenham

    0下载:
  2. 中点Bresenham画直线,在openGL下的实现- Point Bresenham algorithm to draw a straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:李豪
  1. opengl_Bresenham

    0下载:
  2. 这是opengl的入门级代码,使用Bresenham算法绘制直线和圆形,供初学者参考。(This is the entrygl entry code, using Bresenham algorithm to draw a straight line and round, for beginners reference.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-22
    • 文件大小:435200
    • 提供者:陈晟
  1. code

    0下载:
  2. 用Bresenham画线算法实现水平、垂直、斜率大于1、斜率小于1、斜率为正、斜率为负等各种情况(不能直接调用OpenGL画线函数)。(Using Bresenham line drawing algorithm to achieve horizontal, vertical, slope greater than 1, slope is less than 1, slope is positive, slope is negative, and so on, and can not direc
  3. 所属分类:OpenGL

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:噼哩啪啦
  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4198400
    • 提供者:水无缘
  1. ComputerGraphicsexci3

    0下载:
  2. 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:33792
    • 提供者:xiaomenghui
« 1 2 34 5 6 »
搜珍网 www.dssz.com